home *** CD-ROM | disk | FTP | other *** search
/ Odyssey Incentive Vacation Travel Planner / Odyssey Incentive Vacation Travel Planner 1.2.iso / attrcan.dxr / 00012_Field_MARK read this.txt next >
Text File  |  1998-07-29  |  2KB  |  38 lines

  1. MARK:
  2.  
  3. Here's the thumbnail program. To operate use safety goggles and fasten your seatbelt. Hopefully a crash helmet will not be needed.
  4.  
  5. The follwing is how to set this puppy up by:
  6. 1. correctly naming and formatting the cast members in the ELEMENTS castLib
  7. 2. reset the regPoints of all the bitmap cast members
  8. 3. create a thumbnail list on the fly
  9.  
  10. All you have to do is swap in your images and text. The naming convention is as follows:
  11.  
  12. each cast member name has 3 items separated by commas [media],[category],[item number]
  13.  
  14. for media you have 4 choices:
  15. "TH" = thumbnail (bitmap)
  16. "CAP" = caption (Text)
  17. "IMG" = large image (bitmap)
  18. "TXT" = text for large image (text)
  19.  
  20. for category I used state abbreviations but you can use anything
  21.  
  22. for item number name each item in order, 1 to whatever
  23.  
  24. every selection must have one of each of these four types
  25.  
  26. example:
  27.  
  28. if you have thumbnails of 3 cats you must have the following cast members in the "ELEMENTS" cast:
  29.  
  30. "TH,kitty,1", "TH,kitty,2", "TH,kitty,3", "CAP,kitty,1", "CAP,kitty,2", "CAP,kitty,3", "IMG,kitty,1", "IMG,kitty,2", "IMG,kitty,3", "TXT,kitty,1", "TXT,kitty,2", "TXT,kitty,3"
  31.  
  32. Let me know the size specs for the large image and the text and I can adjust the locations accordingly.
  33.  
  34. Once you have your cast members in place, run the handler "centerRegPoints" from the message window. This will reset the regPoints of every bitmap cast member in the ELEMENTS cast to the center. Make sure you don't have any cast members in this cast that you don't want the regPoints changed.
  35.  
  36. After that, run the handler "buildThumbList" from the message window to generate a list of categories and the corresponding number of images. This bases the list on the thumbnail images and does not confirm that there are corresponding "CAP", "IMG" and "TXT" members existing. I can write it in if you want.
  37.  
  38. Finally you should be able to run this.